| Overload | Description |
|---|---|
| BeOneOf(Nullable<DateTimeOffset>[]) | Asserts that the System.DateTimeOffset is one of the specified validValues. |
| BeOneOf(DateTimeOffset[]) | Asserts that the System.DateTimeOffset is one of the specified validValues. |
| BeOneOf(IEnumerable<DateTimeOffset>,String,Object[]) | Asserts that the System.DateTimeOffset is one of the specified validValues. |
| BeOneOf(IEnumerable<Nullable<DateTimeOffset>>,String,Object[]) | Asserts that the System.DateTimeOffset is one of the specified validValues. |